Open
Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
To use Codex here, create an environment for this repo. |
Collaborator
Author
|
/tag-and-rerun-ci |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made with @codex
Summary
Enable FlashInfer allreduce fusion by default for
Qwen3NextForCausalLMon supported single-node SM90/SM100 TP runs.Why
Qwen/Qwen3-Coder-Nextwas running withenable_flashinfer_allreduce_fusion=falseon H100, and profiler traces showed prefill time dominated by unfused cross-device reduce kernels.Change
Qwen3NextForCausalLMto the existing FlashInfer allreduce auto-enable whitelistH100 Evidence
Model:
Qwen/Qwen3-Coder-NextCommand:
Server args:
enable_flashinfer_allreduce_fusion=falseenable_flashinfer_allreduce_fusion=trueBenchmark (
sglang.bench_serving,random 2048/256,128 prompts,max_concurrency=32):Full accuracy:
Profiler (
TP-0 EXTEND):cross_device_reduce_2stage 136.171 ms (21.89%)allreduce_fusion_kernel_oneshot_lamport 57.661 ms (10.41%)This change activates the fused allreduce path and removes the previous dominant unfused reduce hotspot.
Validation
sglang.profilerMMLUand fullGSM8Kserver evalModifications
Accuracy Tests
Speed Tests and Profiling
Checklist
Review and Merge Process
/tag-and-rerun-ci,/tag-run-ci-label,/rerun-failed-ci